/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #545454; color: #fff; text-shadow: none; }
::selection { background: #545454; color: #fff; text-shadow: none; }

a { color: #003365; }
a:visited { color: #003365; }
a:hover { color: #003365; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%}
svg:not(:root) { overflow: hidden; }
figure { margin:0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; vertical-align:middle }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|== primary styles =====================================================
  
   ========================================================================== */
body
{  
    color: #646464;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: url('http://www.orkin.com/cdn/images/bg-body.gif') repeat scroll 0 0 transparent;
}
/* header */
header
{
    position: relative;
}
#topNav
{
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
}
#topNav ul
{
    overflow: hidden;
    margin: 3px 0 0 10px;
    padding: 0;
}
#topNav li
{
    float: left;
    font-weight: bold;

    padding: 3px 6px 5px 7px;
    background: none;
}
#topNav li.current-menu-item
{
    background: url("http://www.orkin.com/cdn/images/bg-body.gif") repeat scroll 0 0 transparent;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

#topNav ul li a
{
    color: #666666;
    text-decoration: none;
    font-size: 11px;
}

#topNav li.current-menu-item a
{
    color: #a62929;
}
header hgroup h1
{
    background: url("http://www.orkin.com/cdn/images/orkin-logo-transparent.png") no-repeat scroll 0 0 transparent;
    height: 69px;
    width: 139px;
    margin: 0 auto;
    text-indent: -9999px;
}
header hgroup h1 a
{
    display: block;
    height: 62px;
    width: 115px;
}
header hgroup
{
    padding-top: 40px;
    text-align: center;
    margin: 0 10px;
}
hgroup h2 {
    font-size: 12px;
}

hgroup h2 a:before {
    content: "Click to Call Now! ";
}
hgroup h2 a {
    max-width: 255px;
}
hgroup h2 a:hover
{
    color: #FFFFFF;
}
.tel, #scheduleTask a, #asideScheduleTask a {
    max-width: 255px;
    background: url("http://www.orkin.com/cdn/images/alert-overlay.png") repeat-x scroll 0 0 #CC0000;
    border-bottom: 1px solid #222222;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #999999;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 5px auto;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #222222;
}

iframe{
    border:none;
}

.tel:hover
{color: #FFFFFF;}

#mainSection > article > div, #innerMain > div, #mainSection section, aside>figure,
aside article > div, #scheduleTask > div, #regionalPestReport > div, #form, #help_protect_your_home,#shareMedia {
    padding: 10px;
}

#mainSection > article, aside article,  #mainSection section,
#mainNav, #scheduleTask, #form, aside>figure,
#innerMain, #regionalPestReport, #help_protect_your_home, .termidor, #pestEntry +aside > p> img, #shareMedia{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 3px 2px #858585;
    margin: 10px;
    overflow: hidden;
}

#mainSection #pestEntry #innerMain{
    border:0;
    margin: 0;
    box-shadow:none;
    margin-top:10px;
}
article > h2, #innerMain > h1, #mainSection h1, #help_protect_your_home h4 {
    background: url("http://www.orkin.com/cdn/images/bg-service-heading.gif") repeat-x scroll 0 0 #9D0000;
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 5px 17px;
    text-transform: uppercase;
}
#mainSection h1{
    margin:-10px;
}
#regionalPestReport h2 {
    background: url("http://www.orkin.com/cdn/images/bg-box-heading.gif") repeat-x scroll 0 0 #013465;
}
#mainSection .beigeBox h2 {
    background: none repeat scroll 0 0 #F0E0C1;
    color: #000000;
}
.blueBox{
    padding: 10px;
}
.red
{color:#f00;}
.floatLeft
{
    float: left;
    margin: 10px;
}
.floatRight
{
    float: right;
    margin: 10px;
}

/* form */
input[type="number"], input[type="text"], input[type="tel"], input[type="email"], 
textarea, select {
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    padding: 8px;
    width: 90%;
}
#scheduleTask .btn-get, #asideScheduleTask .btn-get {
    background: url("http://www.orkin.com/cdn/images/btn-request-estimate.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    line-height: 0;
    margin: 0;   
    padding: 0;
    text-indent: -9999px;
    vertical-align: middle;
    width: 122px;
}
#form label{ display: none;}
.form-holder ul{
    list-style: none;
    margin: 0;
    padding: 0;

}
.form-holder ul li.check{
    clear: both;
}
.form-holder li{
    padding-bottom: 10px;
}

.form-holder .submit{
    clear: both;
}
.btn_primary {
    background-color: #B20000;
    background: -moz-linear-gradient(center top , #D93D3D, #B20000);
    background: -webkit-linear-gradient(top, #D93D3D, #B20000);
    background: -ms-linear-gradient(top, #D93D3D, #B20000);
    background: -o-linear-gradient(top, #D93D3D, #B20000);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    padding: 3px 10px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
    border-radius: 4px;
    text-decoration: none;
}


.redText
{
    color: #CC0000;
}

/* search */
#cse-search-box input[type="text"]{
    width:170px;
}



/* mobile signup */
/* we hide the 2 forms from this page since there will be 3 forms.*/
.page-id-10483 aside, #help_protect_your_home
{
    display: none;
}
.page-id-10483 #mainSection h1 {
    margin: -10px -10px 10px -10px;
}

/* main nav*/
#mainNav ul {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0 10px;
}
#mainNav ul li {
    border-bottom: 1px dashed #BABABA;  
    text-transform: uppercase;
}
#mainNav ul li a {
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 12px;
    outline: medium none;
    padding: 10px 16px;
    text-decoration: none;
    z-index: 999;
}
#mainNav ul li:last-child {
    border: 0 none;
}
#mainNav ul ul
{
    display: none;
}
#mainNav>ul li.current-menu-item .sub-menu, #mainNav>ul li.current-menu-parent .sub-menu{
    display: block;
}
#mainNav>ul li.current-menu-item >a, #mainNav>ul li.current-menu-parent>a
{
    font-weight: bold;
    color: black;
}
#mainNav .sub-menu li {
    background: url("http://www.orkin.com/cdn/images/sub-arrow.gif") no-repeat scroll 10px center #E2E2E2;
    padding-left: 26px;
}
#mainNav > .sub-menu {
    display: none;
}
/* home page */
#solutions h2 {
    color: #CC0000;
}

#commonHouseholdPests p {
    margin: 0 10px;
}
#commonHouseholdPests ul {
    list-style: none outside none;
    margin: 0 10px;
    padding: 0;
}
#commonHouseholdPests li {
    border-bottom: 1px dotted #CCCCCC;
    border-right: 1px dotted #CCCCCC;
    float: left;
    padding: 9px 0 4px 5px;
    position: relative;
    width: 45%;
}
#commonHouseholdPests li a {
    color: #003365;
    float: left;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}
#commonHouseholdPests li:nth-child(even)
{
    border-right: none;
}
#commonHouseholdPests img{
    height: 37px;
}
#pestThreat ul
{
    list-style: none;
    margin-right: 10px;
}
#pestThreat li
{
    padding-left: 90px
}
#pestThreat ul li#pestThreat
{
    background: url("/cdn/images/pest-threat-bug_79x81.png") no-repeat;
}

#pestThreat ul li#pestProject 
{
    background: url("/cdn/images/skull.png") no-repeat; 
}

#pestThreat h2
{

    padding-top: 10px;
}

#askOrkinMan ul {
    list-style: none outside none;
    padding: 0;
}
/* Help Protect Your Home  */
#help_protect_your_home h4
{
    margin:-10px;
    text-align: center;
}
/* you tube */
#mainSection .video-container
{
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* press room */
#pressRoomYear
{
    padding: 0 10px;
}
#pressRoomYear li {
    display: inline;
}
#pressRoomYear li a {
    background: url("http://www.orkin.com/cdn/images/alert-overlay.png") repeat-x scroll 0 0 #222222;
    border-bottom: 1px solid #222222;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px #999999;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin: 5px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px #222222;
}
/* Ask the Orkin man*/
ul.TagCloud{

    height: auto; 
    list-style: none outside none;
    margin: 0px; 
    padding: 0px;
}

ul.TagCloud li
{
    background-image: none;
    font-family: Trebuchet MS;
    list-style: none outside none;
    text-align: justify;
    text-decoration: none;
    vertical-align: top;
    float:left;
}

ul.TagCloud li a
{
    font-weight: lighter;
    text-align: justify;
    text-decoration: none;
    white-space: nowrap;
    color: #7597D5;
    padding:5px;
}
ul.TagCloud li a:hover
{
    text-decoration: underline;
}

#orkin_form
{
    clear:both;
}

/* pes tLibaray Picture List */
#pressRoomList h3{
    margin:0;
}
#pestLibarayPictureList ul, #pressRoomList
{
    padding:0;
    list-style: none;
    margin: 2em 0;
}
#pestLibarayPictureList ul li, #pressRoomList li, .profile-franchise-support {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #666666;
    border-radius: 8px 8px 8px 8px;
    margin: 10px;
    padding: 10px;
}
#pestLibarayPictureList time
{
    display:none;
}
#pestLibarayPictureList figure
{
    text-align: center;
}
.single-pressroom_article #mainSection h3{
    display: none;
}
.single-pressroom_article #mainSection h1
{
    margin: 0;
}

/* location */
article#findLocation div
{
    padding: 0 10px;
}
#findLocation a , .stateList a{
    padding:10px 20px;
    display:block;
    border-bottom: 1px solid #666;
    text-decoration: none;
    vertical-align: middle;
    background: url("http://www.orkin.com/cdn/images/sub-arrow.gif") no-repeat  right #fff;
}
.stateList + ul{
    clear: both;
    list-style: none;
    padding: 20px 0;
}
#findLocation div:last-child a:last-child
{
    border-bottom: 0;
}

/* learning center */
.learningList
{
    margin: 20px 0 0 10px;
    width: 95%;
    list-style: none;
    padding: 0;
}
.learningList li
{
    background-position: left 4px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 100px;
}
.learningList li#Battle {
    background-image: url("http://www.orkin.com/cdn/images/bugbattle/bugbattle-learning-center.png");
    background-position: 10px 4px;
}
.learningList li#Identify {
    background-image: url("http://www.orkin.com/cdn/images/ant-under-magnifying-glass_78x75.gif");
    background-position: 10px 4px;
}
.learningList li#BattleBug {
    background-image: url("/cdn/images/bugbattle-learning-center.png");
    height:100px;
}
.learningList li#PestProject
{
    background-image: url("/cdn/images/skull.png");
    background-position: 9px 4px;

}
.learningList li#Ask
{
    background-image: url("http://www.orkin.com/cdn/images/misc/q-and-a_60x53.gif");
    background-position: 10px 4px;
}

.learningList li#OrkinMan
{
    background-image: url("http://www.orkin.com/cdn/images/orkin-man_75x65.jpg");
    background-position: 12px 4px;
}
.learningList li#VS
{
    background-image: url("http://www.orkin.com/cdn/images/misc/Vs_72x31.gif");
    background-position: 9px 4px;
}
.learningList li#JrPest
{
    background-image: url("http://www.orkin.com/cdn/images/misc/junior-investigators_89x70.gif");
    background-position: 0 4px;
}

.learningList li#Zoo
{
    background-image: url("/cdn/images/misc/tick_72x60.gif");
    background-position: 9px 4px;
}


.learningList li#FAQ
{
    background-image: url("http://www.orkin.com/cdn/images/misc/faq_71x31.gif");
    background-position: 9px 4px;
}
.learningList li#Videos {
    background-image: url("http://www.orkin.com/cdn/images/ask-the-orkin-man-videos_49x47.png");
    background-position: 9px 4px;
}
/* locations */
.city-list {
    list-style: none outside none;
    padding: 0;
    margin:0;
}
.city-list li {
    background: url("http://www.orkin.com/cdn/images/arrow-down.png") no-repeat scroll 0 0 transparent;
    margin-bottom: 10px;
    padding: 0 0 0 16px;
}
.branch-list {
    background-color: #EDEDEB;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    display: block;
    margin-top: 7px;
    overflow: hidden;
    padding: 10px 10px 7px;
}
.branch-list h4{
    margin: 0;
}
.branch-list article:not(:last-child)
{
    border-bottom:1px dashed #666;
    margin-bottom:20px;
    padding-bottom:10px;
}
.termite {
    background: url("http://www.orkin.com/cdn/images/tc-service.gif") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}
.pest {
    background: url("http://www.orkin.com/cdn/images/pc-service.gif") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}
.state-list, .state-list + ul{
    list-style: none;
    margin:0;
    padding: 0;

}
.state-list li:nth-child(odd){
    background: #eee;
}
.state-list li a, .state-list + ul a{
    text-decoration: none;
    padding: 5px;
    display: block;
}
.state-list + ul a{
    font-weight: bold;
    font-size: 14px;
}
/* franchise */
.profile-franchise-support {

    margin: 10px auto;
    width: 200px;


}
.profile-franchise-support + h2, .profile-franchise-support + h3
{
    clear:both;
}
.profile-franchise-support p {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/* common pests */
ul#CommonPests {
    list-style: none outside none;
    margin: 0px;
    padding: 0;
}
ul#CommonPests li {
    background-position: 7px 10px;
    background-repeat: no-repeat;
    padding: 10px 15px 10px 80px;
}
ul#CommonPests li a {
    font-weight: bold;
    display: block;
}
ul#CommonPests li.ant
{
    background-image: url("http://www.orkin.com/cdn/images/ants_67x58.gif");
}
ul#CommonPests li.bedbugs {
    background-image: url("http://www.orkin.com/cdn/images/bed-bugs_67x51.jpg");
}
ul#CommonPests li.cockroach
{
    background-image: url("http://www.orkin.com/cdn/images/cockroach_67x58.gif");
}
ul#CommonPests li.termite
{
    background-image: url("http://www.orkin.com/cdn/images/termite_67x58.gif");
}
ul#CommonPests li.fly
{
    background-image: url("http://www.orkin.com/cdn/images/fly_67x58.gif");
}
ul#CommonPests li.rodent
{
    background-image: url("http://www.orkin.com/cdn/images/rodent_67x58.gif");
}
ul#CommonPests li.spider
{
    background-image: url("http://www.orkin.com/cdn/images/spider_67x58.gif");
}
ul#CommonPests li.mosquito
{
    background-image: url("http://www.orkin.com/cdn/images/mosquito_67x58.gif");
}
ul#CommonPests li.silverfish
{
    background-image: url("http://www.orkin.com/cdn/images/silverfish_67x58.gif");
}
ul#CommonPests li.flea
{
    background-image: url("http://www.orkin.com/cdn/images/flea_67x58.gif");
}
ul#CommonPests li.tick
{
    background-image: url("http://www.orkin.com/cdn/images/tick_67x58.gif");
}
ul#CommonPests li.wasp
{
    background-image: url("http://www.orkin.com/cdn/images/bee_67x58.gif");
}
ul#CommonPests li.cricket
{
    background-image: url("http://www.orkin.com/cdn/images/cricket_67x58.gif");
}
ul#CommonPests li.moth
{
    background-image: url("http://www.orkin.com/cdn/images/moth_67x58.gif");
}
ul#CommonPests li.carpenter
{
    background-image: url("http://www.orkin.com/cdn/images/carpenter-ant_67x58.gif");
}
ul#CommonPests li.other
{
    background-image: url("http://www.orkin.com/cdn/images/roly-poly_67x58.gif");
}
/* pest library */
#category {
    list-style: none outside none;
    padding: 0;

}
#category li{

    border-bottom:1px solid #ccc;
    overflow: hidden;
   
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(239,239,239,0) 36%, rgba(211,211,211,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(36%,rgba(239,239,239,0)), color-stop(100%,rgba(211,211,211,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(239,239,239,0) 36%,rgba(211,211,211,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(239,239,239,0) 36%,rgba(211,211,211,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(239,239,239,0) 36%,rgba(211,211,211,0.65) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(239,239,239,0) 36%,rgba(211,211,211,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6d3d3d3',GradientType=0 ); /* IE6-9 */
}

#category li  a{
    text-decoration: none;
    display: block;
    line-height: 70px;
    width: 100%;
    text-align: left;
}
#category figcaption
{
    overflow: hidden;
}
#category li div
{
    float:left;
    clear:both;
    width:100px;
    background: #fff;
    margin: 10px;
    border: 1px solid #ccc;
}

#category + p, #category + h1{
    clear:both;
}
#categoryRelatedLinks  {


    list-style: none;
    padding:0;
    margin:0;

}
#categoryRelatedLinks strong, #categoryRelatedLinks a
{
    display: block;
}
#categoryRelatedLinks li
{
    margin: 10px 0;
}
/* figure */
figcaption {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
/* pest library photo */
.moreBugs ul.photos {
    list-style: square outside none;
    margin: 0;
    padding: 10px 20px;
    overflow: hidden;
}

.moreBugs .photos li {
    color: #666666;
    float: left;
    font-size: 0.917em;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0 0 9px;
    vertical-align: top;
    width: 90px;
}
.moreBugs h2
{
    margin:0 -10px; 
}
.moreBugs {
    padding: 0 10px;
    overflow: hidden;
}
#MorePhotosAnchor {
    clear: both;
    display: block;
    padding: 10px 0;
}
.moreBugs .photos li img {
    border: 1px solid #000000;
}

/* about us */
/* about images */

.learningList li#Community
{
    background-image: url("http://www.orkin.com/cdn/images/orkin-community_78x61.jpg");
    background-position: 9px 4px;
}

.learningList li#Franchise
{
    background-image: url("http://www.orkin.com/cdn/images/franchise-map-thumb_78x43.jpg");
    background-position: 9px 4px;
}
.learningList li#PestThreat {

    background-image: url("http://www.orkin.com/cdn/images/pest-threat-bug_79x81.png");
    background-position: 0 -7px;
}
.learningList li#VS
{
    background-image: url("http://www.orkin.com/cdn/images/misc/vs_72x31.gif");
    background-position: 9px 4px;
}
.learningList li#Business
{
    background-image: url("http://www.orkin.com/cdn/images/orkin-logo_86x46.png");
    background-position: 5px 4px;
}
.learningList li#Media
{
    background-image: url("http://www.orkin.com/cdn/images/current-news_78x56.jpg");
    background-position: 9px 4px;
}
.learningList li#Newsletters
{
    background-image: url("http://www.orkin.com/cdn/images/archive-news_78x87.jpg");
    background-position: 9px 4px;
}   
/* searvice look up */
#branchLookup h2
{
    background: url("/cdn/images/bg-nav.gif") repeat-x scroll 0 0 #9E0000;
    border-radius: 8px 8px 0 0;
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
}

.branchName
{
    border-bottom: 1px solid #D3D2CD;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.phone
{
    margin: 10px 0;
}

#branchLookup .branch-services
{
    background: #E0DFDC;
    padding: 5px;
}

/* kids and teacher*/
ul.kidsNTeachersList li
{
    background-position: 0 4px;
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 120px;
}
ul.kidsNTeachersList li#InsectSafari
{
    background-image: url("/cdn/images/misc/insect-safari_107x78.gif");
}

ul.kidsNTeachersList li#Guidebook
{
    background-image: url("/cdn/images/misc/kids/safari-guidebook_85x74.gif");
}

ul.kidsNTeachersList li#PestProject
{
    background-image: url("/cdn/images/caterpillar.png");
}
ul.kidsNTeachersList li#PestLib
{
    background-image: url("/cdn/images/misc/kids/butterfly_77x62.gif");
}

ul.kidsNTeachersList li#GamesAndColor
{
    background-image: url("/cdn/images/misc/kids/coloring_57x69.gif");
}

ul.kidsNTeachersList li#LessonPlans
{
    background-image: url("/cdn/images/misc/kids/lesson-plans_73x69.gif");
}

ul.kidsNTeachersList li#OrkinManPres
{
    background-image: url("/cdn/images/misc/kids/presentation_97x66.gif");
}


/* footer */
footer {
    margin-top: 10px;
}
footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
footer li {
    background: url("http://www.orkin.com/cdn/images/divide-footer-nav.gif") no-repeat scroll 0 center transparent;
    float: left;
    padding: 0 10px;
}
footer li a {
    color: #003365;
    font-size: 12px;
    text-decoration: none;
}
footer small {
    clear: both;
    display: block;
    margin-top: 10px;
    text-align: center;
}
/* hide */
.youtube-vids, #ads, #breadcrumbs, .print, #splash img
,.page-template-page-home-php #mainNav ul ul, .breadcrumbs, aside #shareMedia
{
    display: none;
}